All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.AttributedString | +----com.apple.alpha.core.MutableAttributedString | +----com.apple.alpha.app.TextStorage
NSTextStorage
.
[[NSTextStorage
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- addLayoutManager:
Objective-C instance method.
- changeInLength
Objective-C instance method.
- delegate
Objective-C instance method.
- edited:range:changeInLength:
Objective-C instance method.
- editedMask
Objective-C instance method.
- editedRange
Objective-C instance method.
- layoutManagers
Objective-C instance method.
- processEditing
Objective-C instance method.
- removeLayoutManager:
Objective-C instance method.
- replaceCharactersInRange:withString:
Objective-C instance method.
- setAttributes:range:
Objective-C instance method.
- setDelegate:
Objective-C instance method.
public static final String TextStorageWillProcessEditingNotification
public static final String TextStorageDidProcessEditingNotification
protected TextStorage(boolean shouldAllocate, int objcObject)
public TextStorage()
[[NSTextStorage
alloc] init]
.
public TextStorage(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void addLayoutManager(LayoutManager obj)
- addLayoutManager:
Objective-C instance method.
public native void removeLayoutManager(LayoutManager obj)
- removeLayoutManager:
Objective-C instance method.
public native Array layoutManagers()
- layoutManagers
Objective-C instance method.
public native void editedInRange(int editedMask, Range range, int delta)
- edited:range:changeInLength:
Objective-C instance method.
public native void processEditing()
- processEditing
Objective-C instance method.
public native int editedMask()
- editedMask
Objective-C instance method.
public native Range editedRange()
- editedRange
Objective-C instance method.
public native int changeInLength()
- changeInLength
Objective-C instance method.
public native void setDelegate(Object delegate)
- setDelegate:
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public final native void replaceCharactersInRangeWithString(Range range, String str)
- replaceCharactersInRange:withString:
Objective-C instance method.
public final native void setAttributesInRange(Dictionary attrs, Range range)
- setAttributes:range:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index